home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TJOBSCANCELDIALOG / TJOBSCANCELDIALOG.txt
Text File  |  2008-11-03  |  775b  |  43 lines

  1. inherited JobsCancelDialog: TJobsCancelDialog
  2.   Left = 419
  3.   Top = 292
  4.   Caption = '%'
  5.   ClientHeight = 86
  6.   ClientWidth = 209
  7.   OnCloseQuery = FormCloseQuery
  8.   OnCreate = FormCreate
  9.   OnDestroy = FormDestroy
  10.   PixelsPerInch = 96
  11.   TextHeight = 13
  12.   object DescLbl: TUiLabel
  13.     Left = 8
  14.     Top = 8
  15.     Height = 13
  16.     Caption = '%'
  17.   end
  18.   object CancelBtn: TUiButton
  19.     Left = 128
  20.     Top = 56
  21.     Cancel = True
  22.     Caption = 'Cancel'
  23.     TabOrder = 0
  24.     OnClick = CancelClick
  25.     AutoSize = asRight
  26.   end
  27.   object ProgressBar: TUiProgressBar
  28.     Left = 9
  29.     Top = 28
  30.     Width = 192
  31.     Height = 17
  32.     TabOrder = 1
  33.     State = pbsMarquee
  34.   end
  35.   object Timer: TTimer
  36.     Enabled = False
  37.     Interval = 500
  38.     OnTimer = TimerTimer
  39.     Left = 8
  40.     Top = 56
  41.   end
  42. end
  43.